net/http.connectMethod.onlyH1 (field)

3 uses

	net/http (current package)
		transport.go#L853: 	cm.onlyH1 = treq.requiresHTTP1()
		transport.go#L1832: 	onlyH1     bool // whether to disable HTTP/2 and force HTTP/1
		transport.go#L1848: 		onlyH1: cm.onlyH1,